home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / system / UFINDER.DFM / UFINDER.txt
Encoding:
Text File  |  1997-08-06  |  4.2 KB  |  216 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'TreeFind Testbed'
  6.   ClientHeight = 359
  7.   ClientWidth = 632
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 47
  20.     Height = 13
  21.     Caption = '&File Spec:'
  22.     FocusControl = FileSpec
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 265
  26.     Top = 16
  27.     Width = 8
  28.     Height = 329
  29.     Shape = bsLeftLine
  30.   end
  31.   object ListBox1: TListBox
  32.     Left = 284
  33.     Top = 39
  34.     Width = 333
  35.     Height = 266
  36.     ItemHeight = 13
  37.     Style = lbOwnerDrawFixed
  38.     TabOrder = 0
  39.     OnDblClick = ListBox1DblClick
  40.     OnDrawItem = ListBox1DrawItem
  41.   end
  42.   object FileSpec: TEdit
  43.     Left = 71
  44.     Top = 11
  45.     Width = 178
  46.     Height = 21
  47.     TabOrder = 1
  48.     OnChange = FileSpecChange
  49.   end
  50.   object Go: TBitBtn
  51.     Left = 341
  52.     Top = 322
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Go!'
  56.     Default = True
  57.     TabOrder = 2
  58.     OnClick = GoClick
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 13
  62.     Top = 42
  63.     Width = 236
  64.     Height = 127
  65.     Caption = ' Drives to Search '
  66.     TabOrder = 3
  67.     object CheckBox1: TCheckBox
  68.       Tag = 8
  69.       Left = 14
  70.       Top = 20
  71.       Width = 97
  72.       Height = 17
  73.       Caption = 'Default Drive'
  74.       TabOrder = 0
  75.       OnClick = CheckBox1Click
  76.     end
  77.     object CheckBox2: TCheckBox
  78.       Tag = 16
  79.       Left = 14
  80.       Top = 37
  81.       Width = 203
  82.       Height = 17
  83.       Caption = 'Removable Drives (e.g. floppies)'
  84.       TabOrder = 1
  85.       OnClick = CheckBox1Click
  86.     end
  87.     object CheckBox3: TCheckBox
  88.       Tag = 32
  89.       Left = 14
  90.       Top = 53
  91.       Width = 187
  92.       Height = 17
  93.       Caption = 'Fixed Drives (e.g. hard disks)'
  94.       TabOrder = 2
  95.       OnClick = CheckBox1Click
  96.     end
  97.     object CheckBox4: TCheckBox
  98.       Tag = 64
  99.       Left = 14
  100.       Top = 70
  101.       Width = 163
  102.       Height = 17
  103.       Caption = 'Remote (networked) Drives'
  104.       TabOrder = 3
  105.       OnClick = CheckBox1Click
  106.     end
  107.     object CheckBox5: TCheckBox
  108.       Tag = 128
  109.       Left = 14
  110.       Top = 86
  111.       Width = 97
  112.       Height = 17
  113.       Caption = 'CD-ROM Drives'
  114.       TabOrder = 4
  115.       OnClick = CheckBox1Click
  116.     end
  117.     object CheckBox6: TCheckBox
  118.       Tag = 256
  119.       Left = 14
  120.       Top = 103
  121.       Width = 97
  122.       Height = 17
  123.       Caption = 'RAM Disks'
  124.       TabOrder = 5
  125.       OnClick = CheckBox1Click
  126.     end
  127.   end
  128.   object GroupBox2: TGroupBox
  129.     Left = 13
  130.     Top = 186
  131.     Width = 236
  132.     Height = 79
  133.     Caption = ' Include These File Types in Search '
  134.     TabOrder = 4
  135.     object CheckBox7: TCheckBox
  136.       Tag = 1
  137.       Left = 14
  138.       Top = 20
  139.       Width = 97
  140.       Height = 17
  141.       Caption = 'Read-Only Files'
  142.       TabOrder = 0
  143.       OnClick = CheckBox1Click
  144.     end
  145.     object CheckBox8: TCheckBox
  146.       Tag = 4
  147.       Left = 14
  148.       Top = 52
  149.       Width = 97
  150.       Height = 17
  151.       Caption = 'System Files'
  152.       TabOrder = 1
  153.       OnClick = CheckBox1Click
  154.     end
  155.     object CheckBox9: TCheckBox
  156.       Tag = 2
  157.       Left = 14
  158.       Top = 36
  159.       Width = 97
  160.       Height = 17
  161.       Caption = 'Hidden Files'
  162.       TabOrder = 2
  163.       OnClick = CheckBox1Click
  164.     end
  165.   end
  166.   object Button1: TButton
  167.     Left = 484
  168.     Top = 322
  169.     Width = 75
  170.     Height = 25
  171.     Cancel = True
  172.     Caption = 'E&xit'
  173.     TabOrder = 5
  174.     OnClick = Button1Click
  175.   end
  176.   object GroupBox3: TGroupBox
  177.     Left = 13
  178.     Top = 279
  179.     Width = 236
  180.     Height = 58
  181.     Caption = ' Misc Options '
  182.     TabOrder = 6
  183.     object CheckBox10: TCheckBox
  184.       Tag = 32768
  185.       Left = 14
  186.       Top = 17
  187.       Width = 195
  188.       Height = 17
  189.       Caption = 'Include &ZIP Files in Search'
  190.       TabOrder = 0
  191.       OnClick = CheckBox1Click
  192.     end
  193.     object CheckBox11: TCheckBox
  194.       Tag = 16384
  195.       Left = 14
  196.       Top = 33
  197.       Width = 179
  198.       Height = 17
  199.       Caption = 'Search ONLY Zip Files'
  200.       TabOrder = 1
  201.       OnClick = CheckBox1Click
  202.     end
  203.   end
  204.   object Header1: THeader
  205.     Left = 284
  206.     Top = 15
  207.     Width = 333
  208.     Height = 25
  209.     Sections.Sections = (
  210.       #0'74'#0' Matching File'
  211.       #0'76'#0' ZIP Container')
  212.     TabOrder = 7
  213.     OnSized = Header1Sized
  214.   end
  215. end
  216.